Field:date end@FP events

From MintHCM Wiki

Events - End Date

Name date_end
Module Events
Type datetimecombo
Label End Date
VName LBL_DATE_END
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
* Equals,
* Not On,
* After,
* Before,
* Last 7 Days,
* Next 7 Days,
* Last 30 Days,
* Next 30 Days,
* Last Month,
* This Month,
* Next Month,
* Last Year,
* This Year,
* Next Year,
* Is Between,
* More Than n Months Ago
Options List Name date_range_search_dom
Needs Validation No

Notes

Date meeting ends


Related Features

Affected by

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:FP events - date start - Validation IsBefore Validation End Date Start Date Events

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/FP_events/vardefs.php

'date_end' => array( 'name' => 'date_end', 'vname' => 'LBL_DATE_END', 'type' => 'datetimecombo', 'dbType' => 'datetime', 'massupdate' => false, 'comment' => 'Date meeting ends', 'enable_range_search' => true, 'display_default' => 'now&01:45pm', 'options' => 'date_range_search_dom', ),



Missing User input


Related Features

Affected by

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:FP events - date start - Validation IsBefore Validation End Date Start Date Events

Related Integrations

Mentioned in other articles